home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / win1 / impmeals.zip / IMPMEALS.BAT < prev    next >
DOS Batch File  |  1993-05-12  |  230b  |  12 lines

  1. @echo %echo%
  2. if not %1.==. goto InputOK
  3. echo Usage: impmeals {FileToImport} {OutputFile}
  4. goto exit
  5. :InputOK
  6. if not %2.==. goto DoIt
  7. echo Usage: impmeals {FileToImport} {OutputFile}
  8. goto exit
  9. :DoIt
  10. domeals %1 > %2
  11. :exit
  12.